runtime.m.mallocing (field)

27 uses

	runtime (current package)
		arena.go#L474: 	if mp.mallocing != 0 {
		arena.go#L480: 	mp.mallocing = 1
		arena.go#L497: 		mp.mallocing = 0
		arena.go#L530: 	mp.mallocing = 0
		arena.go#L763: 	if mp.mallocing != 0 {
		arena.go#L769: 	mp.mallocing = 1
		arena.go#L822: 	mp.mallocing = 0
		cgocheck.go#L49: 	if gp.m.mallocing != 0 {
		iface.go#L137: 	if getg().m.mallocing != 0 {
		malloc.go#L1041: 	if mp.mallocing != 0 {
		malloc.go#L1047: 	mp.mallocing = 1
		malloc.go#L1124: 				mp.mallocing = 0
		malloc.go#L1256: 	mp.mallocing = 0
		mgcsweep.go#L463: 	if gp.m.locks == 0 && gp.m.mallocing == 0 && gp != gp.m.g0 {
		mgcsweep.go#L502: 	if gp.m.locks == 0 && gp.m.mallocing == 0 && gp != gp.m.g0 {
		mheap.go#L1678: 	gp.m.mallocing++
		mheap.go#L1683: 	gp.m.mallocing--
		panic.go#L64: 	if gp != nil && gp.m != nil && gp.m.mallocing != 0 {
		panic.go#L78: 	if gp != nil && gp.m != nil && gp.m.mallocing != 0 {
		panic.go#L758: 	if gp.m.mallocing != 0 {
		panic.go#L1329: 	gp.m.mallocing++
		panic.go#L1434: 	if mp.locks != 1 || mp.mallocing != 0 || mp.throwing != throwTypeNone || mp.preemptoff != "" || mp.dying != 0 {
		preempt.go#L288: 	return mp.locks == 0 && mp.mallocing == 0 && mp.preemptoff == "" && mp.p.ptr().status == _Prunning
		proc.go#L5448: 	getg().m.mallocing++
		proc.go#L5523: 	getg().m.mallocing--
		proc.go#L6393: 		print(" mallocing=", mp.mallocing, " throwing=", mp.throwing, " preemptoff=", mp.preemptoff, " locks=", mp.locks, " dying=", mp.dying, " spinning=", mp.spinning, " blocked=", mp.blocked, " lockedg=")
		runtime2.go#L571: 	mallocing       int32